func encoding/json.indirect
4 uses
encoding/json (current package)
decode.go#L425: func indirect(v reflect.Value, decodingNull bool) (Unmarshaler, encoding.TextUnmarshaler, reflect.Value) {
decode.go#L502: u, ut, pv := indirect(v, false)
decode.go#L608: u, ut, pv := indirect(v, false)
decode.go#L869: u, ut, pv := indirect(v, isNull)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)